home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modleent.dir / 00060_Script_60 < prev    next >
Text File  |  1994-11-28  |  372b  |  17 lines

  1. on enterframe
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   
  4.   
  5.   set the cursor of sprite 1 to ucl
  6.   set the cursor of sprite 2 to lcl
  7.   set the cursor of sprite 3 to rcl
  8.   set the cursor of sprite 4 to pnt
  9.   set the cursor of sprite 5 to 0
  10.   
  11.   if soundBusy(1) = FALSE then puppetSound "A-challenge"
  12.   updateStage
  13. end
  14.  
  15. on exitFrame
  16.   go to frame the frame
  17. end exitFrame